Package | ehealth4u.package |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consentehroptout-r4 |
Url | http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consentehroptout-r4 |
Status | draft |
Name | CYEHRSDConsentEHROptOut |
Title | Cyprus EHR Opt-Out Consent profile |
Experimental | False |
Description | The use-case of this profile is to indicate that a citizen has provided the consent to opt-out from the national EHR system of Cyprus. This means the healthcare providers shall not be able to access the patient's EHR data as long as this consent is active. |
Type | Consent |
Kind | resource |
No resources found
StructureDefinition | |
http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips | Codeable Concept (IPS) |
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4 | Cyprus EHR Organization profile |
http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-patient | Cyprus EHR Patient profile |
http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage | Cyprus EHR Value Set: eHDSI Language |
{
"resourceType" : "StructureDefinition",
"id" : "cyehr-sd-consentehroptout-r4",
"url" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consentehroptout-r4",
"name" : "CYEHRSDConsentEHROptOut",
"title" : "Cyprus EHR Opt-Out Consent profile",
"status" : "draft",
"publisher" : "eHealth Lab (University of Cyprus)",
"contact" : [
{
"name" : "eHealth Lab (University of Cyprus)",
"telecom" : [
{
"system" : "email",
"value" : "ehealthl@ucy.ac.cy",
"use" : "work"
}
]
}
],
"description" : "The use-case of this profile is to indicate that a citizen has provided the consent to opt-out from the national EHR system of Cyprus. This means the healthcare providers shall not be able to access the patient's EHR data as long as this consent is active.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Consent",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Consent",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Consent.meta",
"path" : "Consent.meta"
},
{
"id" : "Consent.meta.profile",
"path" : "Consent.meta.profile",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Consent.meta.profile:CyprusEHRProfile",
"path" : "Consent.meta.profile",
"sliceName" : "CyprusEHRProfile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consentehroptout-r4"
},
{
"id" : "Consent.identifier",
"path" : "Consent.identifier",
"short" : "NeHA Opt-Out Consent Identifier",
"definition" : "Unique identifier for this copy of the Consent Statement.\r\n\r\nCyprusEHR: This is the unique identifier for this copy of the National eHealth Authority (NeHA) opt-out consent statement.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Consent.identifier.use",
"path" : "Consent.identifier.use",
"min" : 1,
"fixedCode" : "official"
},
{
"id" : "Consent.identifier.system",
"path" : "Consent.identifier.system",
"min" : 1,
"fixedUri" : "urn:oid:2.16.840.1.113883.3.9143.5.2.2"
},
{
"id" : "Consent.identifier.value",
"path" : "Consent.identifier.value",
"comment" : "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.\r\n\r\nCyprusEHR: A globally unique number assigned by the national integrated EHR system of Cyprus to each opt-out consent provided by the patient to NeHA.",
"min" : 1
},
{
"id" : "Consent.status",
"path" : "Consent.status",
"comment" : "This element is labeled as a modifier because the status contains the codes rejected and entered-in-error that mark the Consent as not currently valid.\r\n\r\nCyprusEHR: Can be active (if the patient has signed an opt-out consent form following the related law provisions with NeHA approval) or inactive (if the patient withdraws the previously signed opt-out consent with NeHA approval).",
"mustSupport" : true
},
{
"id" : "Consent.scope",
"path" : "Consent.scope",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
],
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/consentscope",
"code" : "patient-privacy"
}
]
}
},
{
"id" : "Consent.scope.coding",
"path" : "Consent.scope.coding",
"min" : 1
},
{
"id" : "Consent.scope.coding.system",
"path" : "Consent.scope.coding.system",
"min" : 1
},
{
"id" : "Consent.scope.coding.code",
"path" : "Consent.scope.coding.code",
"min" : 1
},
{
"id" : "Consent.scope.coding.display",
"path" : "Consent.scope.coding.display",
"min" : 1
},
{
"id" : "Consent.category",
"path" : "Consent.category",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
],
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59284-0"
}
]
}
},
{
"id" : "Consent.category.coding",
"path" : "Consent.category.coding",
"min" : 1
},
{
"id" : "Consent.category.coding.system",
"path" : "Consent.category.coding.system",
"min" : 1
},
{
"id" : "Consent.category.coding.code",
"path" : "Consent.category.coding.code",
"min" : 1
},
{
"id" : "Consent.category.coding.display",
"path" : "Consent.category.coding.display",
"min" : 1
},
{
"id" : "Consent.patient",
"path" : "Consent.patient",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Consent.dateTime",
"path" : "Consent.dateTime",
"definition" : "When this Consent was issued / created / indexed.\r\n\r\nCyprusEHR: when this consent was approved by NeHA.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.performer",
"path" : "Consent.performer",
"comment" : "Commonly, the patient the consent pertains to is the consentor, but particularly for young and old people, it may be some other person - e.g. a legal guardian.\r\n\r\nCyprusEHR: Reference the NeHA organization and either the Patient or the atient's legal representatives who signed the opt-out consent.",
"min" : 2,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-patient",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4",
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-legalrepresentative-r4"
]
}
]
},
{
"id" : "Consent.performer.reference",
"path" : "Consent.performer.reference",
"min" : 1
},
{
"id" : "Consent.organization",
"path" : "Consent.organization",
"comment" : "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.\r\n\r\nCyprusEHR: Reference to NeHA organization.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-organization-r4"
]
}
]
},
{
"id" : "Consent.organization.reference",
"path" : "Consent.organization.reference",
"min" : 1
},
{
"id" : "Consent.source[x]",
"path" : "Consent.source[x]",
"min" : 1,
"type" : [
{
"code" : "Attachment"
}
]
},
{
"id" : "Consent.source[x].contentType",
"path" : "Consent.source[x].contentType",
"fixedCode" : "application/pdf",
"mustSupport" : true
},
{
"id" : "Consent.source[x].language",
"path" : "Consent.source[x].language",
"comment" : "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nCyprusEHR: Use the following languages: Greek or English.",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "A human language as defined by eHDSI.",
"valueSet" : "http://ig.ehealth4u.eu/fhir/ValueSet/cyehr-vs-ehdsilanguage"
}
},
{
"id" : "Consent.source[x].data",
"path" : "Consent.source[x].data",
"mustSupport" : true
},
{
"id" : "Consent.source[x].title",
"path" : "Consent.source[x].title",
"fixedString" : "National EHR of Cyprus: Opt-out Consent",
"mustSupport" : true
},
{
"id" : "Consent.policy",
"path" : "Consent.policy",
"min" : 1,
"max" : "1"
},
{
"id" : "Consent.policy.authority",
"path" : "Consent.policy.authority",
"comment" : "see http://en.wikipedia.org/wiki/Uniform_resource_identifier\r\n\r\nCyprusEHR: The National eHealth Autority.",
"fixedUri" : "http://www.neha.gov.cy/moh/neha/neha.nsf/home_en/home_en?openform"
},
{
"id" : "Consent.policy.uri",
"path" : "Consent.policy.uri",
"comment" : "This element is for discoverability / documentation and does not modify or qualify the policy rules.\r\n\r\nCyprusEHR: The policy of opt-out from national EHR system of Cyprus. Temporarily the current eHealth law is given as fixed value but in the future it must be replaced by a more specific policy defining explicitely what is the content of the opt-out consent.",
"fixedUri" : "http://www.cylaw.org/nomoi/enop/non-ind/2019_1_59/index.html"
},
{
"id" : "Consent.policyRule",
"path" : "Consent.policyRule",
"min" : 1,
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "OPTOUT"
}
]
}
},
{
"id" : "Consent.policyRule.coding",
"path" : "Consent.policyRule.coding",
"min" : 1
},
{
"id" : "Consent.policyRule.coding.system",
"path" : "Consent.policyRule.coding.system",
"min" : 1
},
{
"id" : "Consent.policyRule.coding.code",
"path" : "Consent.policyRule.coding.code",
"min" : 1
},
{
"id" : "Consent.policyRule.coding.display",
"path" : "Consent.policyRule.coding.display",
"min" : 1
},
{
"id" : "Consent.verification",
"path" : "Consent.verification",
"comment" : "CyprusEHR: Not to be used for eHealth4U."
},
{
"id" : "Consent.provision",
"path" : "Consent.provision",
"comment" : "CyprusEHR: Not to be used for eHealth4U."
},
{
"id" : "Consent.provision.actor.role",
"path" : "Consent.provision.actor.role",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
},
{
"id" : "Consent.provision.action",
"path" : "Consent.provision.action",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
},
{
"id" : "Consent.provision.code",
"path" : "Consent.provision.code",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
]
},
{
"id" : "Consent.provision.provision",
"path" : "Consent.provision.provision",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Consent#Consent.provision"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.